home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / PREVIEW / MAKEZIP.BAT < prev    next >
DOS Batch File  |  1995-11-12  |  334b  |  20 lines

  1. @echo off
  2. rem clean up files
  3. del *.dcu
  4. del *.~*
  5. del *.exe
  6. del *.dsm
  7. del *.dsk
  8. copy btprint.ucd btprint.dcu
  9. cd samples
  10. call clean
  11. cd ..\clp2dlfi
  12. call clean
  13. cd ..\orgfiles
  14. call clean
  15. cd ..
  16. rem make zip file
  17. del *.zip
  18. pkzip -P preview.zip *.* samples\*.* clp2dlfi\*.* orgfiles\*.*
  19. rem unpack using: pkunzip -d preview
  20.